fix(slack): paginate v2 conversation listing - #7396
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Greptile SummaryThe PR updates Slack v2 conversation listing to follow provider cursors within bounded page and result limits while exposing continuation metadata.
Confidence Score: 5/5The PR appears safe to merge. No blocking failure remains.
|
| Filename | Overview |
|---|---|
| apps/sim/lib/internal/slack/operations/list-conversations.ts | Implements validated, bounded Slack cursor pagination and correctly normalizes absent, null, and blank optional pagination values. |
| apps/sim/blocks/blocks/slack.ts | Exposes and validates conversation page size, maximum pages, and resume cursor while preserving documented defaults. |
| apps/sim/lib/internal/slack/execute-tool.ts | Routes Slack conversation listing through the registered internal tool-operation implementation. |
| apps/sim/tools/slack/list_channels.ts | Updates the Slack list-channels tool contract and pagination limits for bounded multi-page retrieval. |
Reviews (5): Last reviewed commit: "fix(slack): drain conversation paginatio..." | Re-trigger Greptile
|
@cubic-dev-ai review this PR |
@TheodoreSpeaks I have started the AI code review. It will take a few minutes to complete. |
|
@cubic-dev-ai review this PR |
@TheodoreSpeaks I have started the AI code review. It will take a few minutes to complete. |
There was a problem hiding this comment.
All reported issues were addressed across 13 files
Reply with feedback, questions, or to request a fix.
Fix all with cubic | Re-trigger cubic
|
@cubic-dev-ai review this PR |
@TheodoreSpeaks I have started the AI code review. It will take a few minutes to complete. |
238a086 to
8656228
Compare
|
@cubic-dev-ai review this PR |
@TheodoreSpeaks I have started the AI code review. It will take a few minutes to complete. |
Summary
Type of Change
Testing
Checklist